isRayIntersectingLine

Undocumented in source. Be warned that the author may not have intended to support it.
pure nothrow @nogc @safe
bool
isRayIntersectingLine
(
in Vector2 l1Start
,
in Vector2 l1End
,
in Vector2 l2Start
,
in Vector2 l2End
,
out Vector2 intersection
)

Meta